home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / listings / v_11_08 / 1108029b < prev    next >
Text File  |  1993-05-03  |  127b  |  7 lines

  1. enter to close
  2. IF the line between LastPoint and FirstPoint
  3.         intersects edge THEN
  4.     output the intersection point
  5. ENDIF
  6.  
  7.